Vcenter Phm HardwareSupportManagers ManagedHosts UpdateSpec
The Vcenter Phm HardwareSupportManagers ManagedHosts UpdateSpec schema specifies a list of managed hosts added or removed by a proactive hardware management, see PATCH /vcenter/phm/hardware-support-managers/{key}/managed-hosts.
This schema was added in vSphere API 8.0.3.0.
{
"hosts_to_add": [
"string"
],
"hosts_to_remove": [
"string"
]
}
A list of managed hosts added by an HSM.
This property was added in vSphere API 8.0.3.0.
This property may be missing or null
meaning this update does not contain any newly added managed hosts.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem
.
A list of managed hosts removed by an HSM.
This property was added in vSphere API 8.0.3.0.
This property may be missing or null
meaning this update does not contain any removed managed hosts.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem
.